ListWithEvents<T> Class

Summary
Represents a strongly typed list of objects that can be accessed by index and fires events when the list is changed.
Syntax
C#
C++/CLI
[SerializableAttribute()] 
[DefaultMemberAttribute("Item")] 
public class ListWithEvents<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IList, ICollection 
public: 
   [SerializableAttribute,  
   DefaultMemberAttribute(L"Item")] 
   generic<typename T> 
   ref class ListWithEvents : IList<T>, ICollection<T>,  
    IEnumerable<T>, IEnumerable, IList,  
    ICollection 

Type Parameters

T
The type of elements in the list.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.